Home
last modified time | relevance | path

Searched hist:"6871 cc5742f411bf8ebbcb78b4afeb992d888228" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dswap.cdiff 6871cc5742f411bf8ebbcb78b4afeb992d888228 Tue Feb 27 18:42:38 CET 2024 Matthew Wilcox (Oracle) <willy@infradead.org> mm: use folios_put() in __folio_batch_release()

There's no need to indirect through release_pages() and iterate over this
batch of folios an extra time; we can just use the batch that we have.

Link: https://lkml.kernel.org/r/20240227174254.710559-5-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Ryan Roberts <ryan.roberts@arm.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>